Click or drag to resize

EncryptionKey Constructor (EncryptionMethod, String)

Initializes a new instance of the EncryptionKey class with the specified method and key.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public EncryptionKey(
	EncryptionMethod method,
	string key
)

Parameters

method
Type: Independentsoft.Sip.SdpEncryptionMethod
key
Type: SystemString
See Also